home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PROGRAMR / HDK100L.ZIP / HDKLIB.HDF < prev    next >
Text File  |  1993-12-09  |  1KB  |  30 lines

  1. ;******************************************************************************
  2. ;                                   hdklib                                    *
  3. ; this is the standard HDK 10.0+ "system" extention library, this library     *
  4. ; adds functionality to HDK by adding target "specific" userlink template     *
  5. ; extentions that can simplify help development.                              *
  6. ;                                                                             *
  7. ; The library is built from the following components :                        *
  8. ;                                                                             *
  9. ; 1. VWRLIB - Multimedia Viewer Specific support                              *
  10. ; 2. RTFLIB - RTF Targets common text support                                 *
  11. ;******************************************************************************
  12.  
  13. .ifdef viewer
  14. .include vwrlib.hdf
  15. .endif
  16.  
  17. .ifdef rtfbased
  18. .include rtflib.hdf
  19. .endif
  20.  
  21. .ifdef os2
  22. .include ipflib.hdf
  23. .endif
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.